From 50400879e0268fd9910d3dac272a968073ab4362 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 14 Sep 2020 17:49:16 -0400 Subject: [PATCH] gtk-demo: Add more detail to the dnd demo text --- demos/gtk-demo/dnd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/gtk-demo/dnd.c b/demos/gtk-demo/dnd.c index 83e6e92359..2cdca577d9 100644 --- a/demos/gtk-demo/dnd.c +++ b/demos/gtk-demo/dnd.c @@ -1,8 +1,12 @@ /* Drag-and-Drop + * #Keywords: dnd, menu, popover, gesture * * This demo shows dragging colors and widgets. * The items in this demo can be moved, recolored * and rotated. + * + * The demo also has an example for creating a + * menu-like popover without using a menu model. */ #include -- 2.30.2